home *** CD-ROM | disk | FTP | other *** search
/ Motor Sport Digital Archive Collection 1960s / Motor Sport Digital Archive Collection 1960s.iso / main.swf / scripts / messaging_properties.as < prev    next >
Encoding:
Text File  |  2008-05-21  |  5.6 KB  |  78 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class messaging_properties extends ResourceBundle
  6.    {
  7.       public function messaging_properties()
  8.       {
  9.          super();
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          var _loc1_:Object = null;
  15.          _loc1_ = {};
  16.          _loc1_["requestTimedOut"] = "Request timed out";
  17.          _loc1_["unknownDestination"] = "Unknown destination \'{0}\'.";
  18.          _loc1_["referenceMissingId"] = "A reference must have an id.";
  19.          _loc1_["securityError.details"] = "Destination: {0}";
  20.          _loc1_["notImplementingIExternalizable"] = "Class {0} must implement flash.util.IExternalizable.";
  21.          _loc1_["cannotConnectToDestination"] = "No connection could be made to the message destination.";
  22.          _loc1_["exceededResendLimit"] = "Resend limit exceeded";
  23.          _loc1_["emptySessionClientId"] = "Session clientId\'s must be non-zero in length.";
  24.          _loc1_["alreadySendingMessage"] = "Attempting to send duplicate message based on message id.";
  25.          _loc1_["noServiceForMessageType"] = "No service is configured to handle messages of type \'{0}\'.";
  26.          _loc1_["noErrorForMessage"] = "Didn\'t receive an error for message";
  27.          _loc1_["invalidRequestMethod"] = "Invalid method specified.";
  28.          _loc1_["noURIAllowed"] = "Error for DirectHTTPChannel. No URI can be specified.";
  29.          _loc1_["consumerSubscribeError"] = "Consumer subscribe error";
  30.          _loc1_["messagePersistenceError"] = "Message persistence error";
  31.          _loc1_["deliveryInDoubt.details"] = "Channel disconnected before an acknolwedgement was received";
  32.          _loc1_["exceededResendLimit.details"] = "The resend limit for the message was reached without receiving an acknowledgment from the server.";
  33.          _loc1_["messagePersistenceError.details"] = "The durable producer failed to save the message to send. Increase the amount of allowed local storage in the Flash Player\'s settings to support durable outbound messaging.";
  34.          _loc1_["resendIntervalNegative"] = "resendInterval cannot take a negative value.";
  35.          _loc1_["resubscribeIntervalNegative"] = "resubscribeInterval cannot take a negative value.";
  36.          _loc1_["authenticationNotSupported"] = "Authentication not supported on DirectHTTPChannel (no proxy).";
  37.          _loc1_["noDestinationSpecified"] = "A destination name must be specified.";
  38.          _loc1_["noAvailableChannels"] = "No Channels are available for use.";
  39.          _loc1_["noErrorForMessage.details"] = "Was expecting message \'{0}\' but received \'{1}\'.";
  40.          _loc1_["securityError"] = "Security error accessing url";
  41.          _loc1_["cannotAddWhenConfigured"] = "Channels cannot be added to a ChannelSet that targets a configured destination.";
  42.          _loc1_["requestTimedOut.details"] = "The request timeout for the sent message was reached without receiving a response from the server.";
  43.          _loc1_["receivedNull"] = "Received null.";
  44.          _loc1_["pollingRequestNotAllowed"] = "Poll request made on \'{0}\' when polling is not enabled.";
  45.          _loc1_["emptyDestinationName"] = "\'{0}\' is not a valid destination.";
  46.          _loc1_["ackFailed"] = "Didn\'t receive an acknowledgement of message";
  47.          _loc1_["unknownStringReference"] = "Unknown string reference {0}";
  48.          _loc1_["pollingIntervalNonPositive"] = "Channel pollingInterval may only be set to a positive value.";
  49.          _loc1_["errorReadingIExternalizable"] = "Error encountered while reading IExternalizable. {0}";
  50.          _loc1_["destinationNotSet"] = "The MessageAgent\'s destination must be set to send messages.";
  51.          _loc1_["destinationWithInvalidMessageType"] = "Destination \'{0}\' cannot service messages of type \'{1}\'.";
  52.          _loc1_["invalidDurableProducer"] = "Producer can not be durable without a destination and assigned id.";
  53.          _loc1_["unknownDestinationForService"] = "Unknown destination \'{1}\' for service with id \'{0}\'.";
  54.          _loc1_["cannotRemoveWhenConfigured"] = "Channels cannot be removed from a ChannelSet that targets a configured destination.";
  55.          _loc1_["failedToSubscribe"] = "The consumer failed to subscribe within the specified attempt limit.";
  56.          _loc1_["httpRequestError.details"] = "Error: {0}";
  57.          _loc1_["noAckMessage.details"] = "Was expecting mx.messaging.messages.AcknowledgeMessage, but received {0}";
  58.          _loc1_["unknownChannelClass"] = "The channel class \'{0}\' specified was not found.";
  59.          _loc1_["unsupportedAMFXVersion"] = "Unsupported AMFX version: {0}";
  60.          _loc1_["deliveryInDoubt"] = "Channel disconnected";
  61.          _loc1_["noAMFXBody"] = "Invalid AMFX packet. Could not find message body";
  62.          _loc1_["invalidURL"] = "Invalid URL";
  63.          _loc1_["unknownChannelWithId"] = "Channel \'{0}\' does not exist in the configuration.";
  64.          _loc1_["ackFailed.details"] = "Was expecting message \'{0}\' but received \'{1}\'.";
  65.          _loc1_["unknownReference"] = "Unknown reference {0}";
  66.          _loc1_["AMFXTraitsNotFirst"] = "Invalid object. A single set of traits must be supplied as the first entry in an object.";
  67.          _loc1_["connectTimedOut"] = "Connect attempt timed out.";
  68.          _loc1_["noAckMessage"] = "Didn\'t receive an acknowledge message";
  69.          _loc1_["noAMFXNode"] = "Invalid AMFX packet. Content must start with an <amfx> node";
  70.          _loc1_["sendFailed"] = "Send failed";
  71.          _loc1_["httpRequestError"] = "HTTP request error";
  72.          _loc1_["unknownTraitReference"] = "Unknown trait reference {0}";
  73.          return _loc1_;
  74.       }
  75.    }
  76. }
  77.  
  78.